Prompt

@Serializable
class Prompt(val name: String, val description: String?, val arguments: List<PromptArgument>?)(source)

A prompt or prompt template that the server offers.

Constructors

Link copied to clipboard
constructor(name: String, description: String?, arguments: List<PromptArgument>?)

Properties

Link copied to clipboard

A list of arguments to use for templating the prompt.

Link copied to clipboard

An optional description of what this prompt provides

Link copied to clipboard

The name of the prompt or prompt template.